Name - The username for this user. One word. Required for new users; may use the GUID field instead or in addition to the Name field when updating existing users.
Description - A short description of this user. Optional. Use double quotes around this field to allow it to contain multiple words.
GUID - A system-created ID that uniquely identifies this user. When importing users, this field can be used to update an existing username since the import function looks for a GUID first. If a matching GUID is found, the username for that GUID will be updated. If the GUID is blank, MAPS will attempt to match existing users based on the Name field instead. This field cannot be updated from the import file, since it is a unique key for each user which cannot be modified.
EmailAddress - The email address of a MAPS user. This field can be left blank for LDAP users, unless you wish to override their LDAP email address.
Priority - The queue priority for queries run by this user. Lowest/Lower/Normal/Higher/Highest. The default of "Normal" will be used if this field is blank or contains an invalid string.
Disabled - A Boolean Yes/No indicating whether or not this user is disabled in MAPS due to entering a bad password multiple times, or the date for final use passing. This field cannot be updated from the import file.
CreatedBy - The name of the user who created this user. This field cannot be updated from the import file. For new users, the CreatedBy user will be the user who is performing the import.
CreatedDate - The date this user was created. This field cannot be updated from the import file. For new users, the CreatedDate will be the date they were imported into MAPS.
ModifiedDate - The date this user was last modified. This field cannot be updated from the import file. For new users, the ModifiedDate will be the date they were imported into MAPS.
LastLogonDate - The date this user last logged in to the system. This field cannot be updated from the import file. This field will be null until the user logs in for the first time.
CasID - The CAS identifier for this user, if your institution uses CAS. Should be blank otherwise.
Notes - Optional field for any internal notes pertaining to this user. Use double quotes around this field to allow it to contain multiple words. The Notes field is only visible to MAPS administrators.
StartDate - Optional date which will be the first date that this user is able to log in. Leave blank to have the user be able to log in immediately. Format: yyyy-mm-dd.
StopDate - Optional last date that this user will be able to log in. Useful when it is known that a given user will be leaving on a specific date, after which they should no longer be allowed to log in. Format: yyyy-mm-dd.
DeleteOnStop - Boolean Yes/No indicating whether the user should be deleted after the StopDate passes. Defaults to "No".
Source - Either "MAPS" or "LDAP". Required for new users.
Password - This field is required when creating a new MAPS user, to set their initial password. You can also use it as an optional field to update passwords for existing MAPS users. (Note: LDAP and CAS passwords cannot be changed through MAPS.) It is highly recommended to set the PasswordMustChange field to "Yes" when entering passwords on behalf of a user. The Password field is blanked out when exporting users from MAPS, but the column is kept as a placeholder.
PasswordMustChange (csv) / MustChange (xml) - Boolean Yes/No indicating whether the user is required to change their password the next time they log in. Only applies to MAPS users. It is highly recommended to set this to "Yes" whenever creating initial passwords for MAPS users. Defaults to "Yes" if left blank for new users.
PasswordNeverExpire (csv) / NeverExpire (xml) - Boolean Yes/No that prevents the user's password from expiring after a period of time, if the password policy would otherwise require periodic password changes.
LdapDN - The DN of this user, if they are an LDAP user. This field should be left blank for MAPS users.
LdapEmailAddressOverride - Boolean Yes/No indicating whether an LDAP user should use the email address specified in MAPS instead of their LDAP email address. This field should be left blank for MAPS users.
LdapLogon - The LDAP name of an LDAP user. This field should be left blank for MAPS users.
LdapServer - The name of the LDAP server, as defined on the LDAP -> Servers screen in MAPS. This field should be left blank for MAPS users.
XML Only
Role - Optional. A user role assigned to this user. Specified as attributes within the tag. For example, <Role Product="Argos" Name="DataBlock Designer"/>. This tag may appear more than once if the user has multiple roles.
Group - Optional. A group that the user is a member of. Specified as attributes within the tag. For example, <Group Name="ArgosUsers"/>. This tag may appear more than once if the user is a member of multiple groups. Note: All users will be a member of the "Everyone" group, even if this group is not specified upon import.
CustomField - Optional. Specifies one of three custom user fields that are available for MAPS users. For example, <CustomField Name="Custom Field 1" Value="my custom data"/>. Note: Custom user fields for LDAP users are specified in the LDAP server configuration.